go/types.Checker.builtin (method)

2 uses

	go/types (current package)
		builtins.go#L20: func (check *Checker) builtin(x *operand, call *ast.CallExpr, id builtinId) (_ bool) {
		call.go#L158: 		if !check.builtin(x, call, id) {